/*@font-face {
    font-family: 'Interstate';
    src: url('../fonts/web_font/Interstate-BoldCompressed.eot');
    src: url('../fonts/web_font/Interstate-BoldCompressed.eot?#iefix') format('embedded-opentype'),
        url('../fonts/web_font/Interstate-BoldCompressed.woff2') format('woff2'),
        url('../fonts/web_font/Interstate-BoldCompressed.woff') format('woff'),
        url('../fonts/web_font/Interstate-BoldCompressed.ttf') format('truetype'),
        url('../fonts/web_font/Interstate-BoldCompressed.svg#Interstate-BoldCompressed') format('svg');
        font-style: normal;
        font-display: swap;
}*/

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/* body */
body{
    height: 100vh;
    background-color:#fff !important;
   /* font-family: 'Interstate Compressed'; */
   font-family: 'Interstate';
}
/* body */
/* common section */
.padding_section{
    padding-top: 40px;
}
/* common section */
/* nav start */
nav{
    position: relative;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    background-color: var(--nav-color);
    z-index: 100;
}
.menu{
    margin-right: 32%;
}
.desktop-logo{
    width: 120px;
}
.mobile_view_logo {
    width: 146px;
}
nav.dark nav{
    border: 1px solid #393838;

}
nav .nav-bar{
    position: relative;
    height: 100%;
    width: 100%;
    background-color:#1a2127;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
nav .nav-bar .sidebarOpen{
    color: #fff;
    font-size: 25px;
    padding: 5px;
    cursor: pointer;
    display: none;
}
nav .nav-bar .logo a{
    font-size: 25px;
    font-weight: 500;
    text-decoration: none;
}
.menu .logo-toggle{
    display: none;
}
.nav-bar .nav-links{
    display: flex;
    margin-bottom: 0px !important;
}
.nav-bar .nav-links li{
    margin: 0 5px;
    list-style: none;
}
.nav-links li a{
    position: relative;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    text-transform: uppercase;
    font-size: 20px;

}
.nav-links li a::before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: var(--text-color);
    opacity: 0;
    transition: all 0.3s ease;
}
.nav-links li:hover a::before{
    opacity: 1;
}
.nav-bar .darkLight-searchBox{
    display: flex;
    align-items: center;
}
.darkLight-searchBox .dark-light{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 21px;
    color: #fff;
}
 /* nav end */

 /* banner */
 .banner{
    background: url(../assets/banner.png);
    height: 548px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 }
 .main-banner{
    border-bottom: 10px solid #fddc02;
 }
 .mb-10{
    margin-top: 5%;
 }
 .product_search {
    top: 20%;
    left: 5%;
  }
  .product_search h4{
    color: #fff;
    font-size: 33px;
    background: #0194d9;
    padding: 9px;
    text-transform: uppercase;
    display: inline-block;

  }
  .product_search p{
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
  }
  .product_search .card{
    border: 1px solid #fff;
    background: #0c0a0ab0;
    padding: 17px;
    padding-bottom: 24px;
  }
  .product_search .card h5{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
  }
  .product_search .card p{
    font-size: 16px;
    color: #fddc02;
    font-weight: 800;
  }
  .product_search i{
    color: #fff;
  }
  .dropdowns select{
    width: 100%;
    padding: 10px;
    font-size: 14px;
    height: 40px;
  }
  .dropdown-flex select{
    margin-top: 10px;
    width: 49.6%;
    padding: 10px;
    font-size: 14px;
    height: 40px;
  }
  .product_search button{
    position: absolute;
    right: 0px;/*35px;*/
    /*bottom: -20px;*/
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 12px;
    border: none;
    padding-right: 12px;
    background-color: #fddc02;
    color: #2c2e36;
    font-size: 18px;
  }
  .product_search button i{
    color: #2c2e36;
  }
  /* .product_search_right {
    top: 25%;
    right: 21%;
  } */
  .product_search_right h4{
    color: #fff;
    font-size: 28px;
    background: #0194d9;
    padding: 9px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
  }
  .product_search_right .card{
    background: #0c0a0ab0;
    width: 100%;
    padding: 27px;
    margin-left: 8%;
    margin-top: -17px;
  }
  .product_search_right .card p{
    font-size: 14px;
    font-weight: 800;
    color: #fff;
  }
  /*.part_number input{
    padding: 10px;
    font-size: 14px;
    width: 66%;
  }*/
  .part_number input{
    padding: 10px;
    font-size: 14px;
    width: 66%;
    height: 40px;
    border-radius: 1px !important;
  }
  .part_number button{
    padding: 8px;
    border: none;
    padding-right: 12px;
    background-color: #fddc02;
    color: #2c2e36;
    font-size: 18px;
    font-weight: bolder;
    margin-left: 10px;
  }
  .universal input{
    padding: 12px;
    font-size: 14px;
    width: 66%;
    background-color:#1d2327d9 ;
    border: none;
    height: 40px;
  }
  .universal button{
    padding: 8px;
    border: none;
    padding-right: 12px;
    background-color: #fddc02;
    color: #2c2e36;
    font-size: 18px;
    margin-left: 10px;
  }
  .universal input::placeholder{
    color: #fff !important;
  }
  .universal_product{
    margin-top: 8%;
  }

/* banner end */

/* car types */
  .searching{
    margin-top: -37px;
  }
  .searching h5{
    font-size: 28px;
    background: #0194d9;
    display: inline-flex;
    padding: 11px;
    color: #fff;
    font-weight: 600;
    margin-left: 3%;
    text-transform: uppercase;
  }
  .traingle {
    border-width: 200px 200px 0 0;
  }
  
  .traingle::before {
    width: 77px;
    height: 0;
    border-style: solid;
    border-width: 91px 92px 0 0;
    border-color: white transparent transparent transparent;
    content: '';
    display: block;
    bottom: -37px;
    right: 14px;
    transform: rotate(180deg);
    position: absolute;
    z-index: 2;
}
.img_opactiy img{
    opacity: 0.5;
}
.img_opactiy{
    background-color: #1f1e1e;
}
.content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}
.content h5{
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.content h5::before{
    content: "";
    display: block;
    width: 37px;
    height: 5px;
    background: #fddc02;
    left: 0;
    top: 100%;
    position: absolute;
}
/* car type end */

/*  */

.mySlides {
    display: none;
  }
    .cursor {
    cursor: pointer;
    border: 3px solid #fff;
    border-radius: 10px;
  }
  .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
  }
  
  .mobile_slider:after {
    content: "";
    display: table;
    clear: both;
  }
  .mobile_slider{
    margin-top: -9%;
    z-index: 9999;
    position: relative;
    margin-left: 8px;
  }
  .column {
    float: left;
    width: 16.66%;
    margin-left: 1%;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  .mySlides img{
      height: 500px;
  }

  /* footer */
  footer {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    color: #fff;
    background-color: #323e48;
}
.site-inner {
    width: 100%;
    max-width: 1136px;
    margin-right: auto;
    margin-left: auto;
}
footer .angles {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
footer .angles img {
    height: 100%;
    width: auto;
}
.footer_logo {
    width: 256px;
}
.footer li{
    letter-spacing: 0.3px;
    font-size: 14px;
    font-family:Helvetica,Arial,sans-serif !important;
}
footer ul {
    margin-bottom: 0;
    list-style-type: none;
    letter-spacing: -.31em;
}
footer .menu-item {
    width: 50%;
    display: inline-block;
    transition: color .4s ease;
}
.icon img, .icon svg {
    width: 1em;
    height: 1em;
    top: .075rem;
    position: relative;
}
.icon.-inline img, .icon.-inline img path, .icon.-inline svg, .icon.-inline svg path {
    fill: currentColor;
}
.icon.-is-right {
    margin-left: .5em;
}
footer .menu-item:nth-child(n+3) {
    margin-top: 20px;
}
.desktop-logo {
    width: 184px !important;
}
.nav-links li a{
    padding-left: 121px;
}
.address p{
    position: relative;
    top: 20px;
    line-height: 24px;
    font-family: Helvetica,Arial,sans-serif !important;
    font-weight: 500;
    font-size: 13px;
    }
    footer .menu-item{
        width: 20%;
    }
    .social-media ul{
        display: flex;
    justify-content: center;
    }
    .social-media li{
        padding: 20px;
    }
    .social-media li i{
        color: #ffdc00;
        font-size: 18px;
    }
  /* footer end */

/* Mobile View query*/
@media (max-width: 1515px) {
    .menu{
        margin-right: 0%;
    }
    .nav-links li a{
        font-size: 15px;
    }
    .product_search_right h4{
        font-size: 20px;
    }
    .product_search h4{
        font-size: 26px;
    }
    .banner {
        height: 700px;
    }
  }
@media (max-width: 1250px) {
    .slick-next{
        margin-right: 0%;
    }
    .nav-links li a{
        font-size: 12px;
    }
    .part_number input{
        width: 55%;
    }
    .universal input{
        width: 54%;
    }
    .dropdown-flex select{
        width: 49.5%;
    }
    .product_search_right .card{
        padding: 16px;
        width: 88%;
    }
    .banner {
        height: 700px;
    }
    .desktop-logo {
        width: 152px !important;
    }
    .nav-links li a{
        padding-left: 119 px !important;
    }
    footer .menu-item{
        width: 34% !important;
    }
  }
  @media only screen and (max-width: 1200px){
    .login-container .card{
        margin-left: 10% !important;
    }
}
  @media only screen and (max-width: 900px){
    .footer_logo {
        width: 200px;
    }
    footer .footer_logo {
        margin-bottom: 40px;
        display: block;
        margin-left: 5%;
    }
    .result_searching p{
        margin-top: 0px !important;
    }
    .desktop-logo {
        width: 120px !important;
    }
    .nav-links li a{
        padding-left: 0px !important;
    }
}

  @media only screen and (max-width: 600px) {
    .dropdowns select{
        width: 98%;
    }
    .dropdown-flex select {
        width: 48.6%;
    }
    .product_search button{
        right: 54px;
    }
    .product_search h4{
        width: 75%;
    }
    .universal_product {
        margin-top: 0%;
    }
    .banner {
        height: 700px;
    }
    footer .menu-item {
        width: 100%;
    }
    footer .menu-item:nth-child(n+1) {
        margin-top: 14px;
    }
    footer {
        padding-top: 40px;
    }
    footer .footer_logo {
        display: block;
    }
    .footer_logo {
        width: 200px;
    }
    .result_searching p{
        margin-top: 0px !important;
    }
    .desktop-logo {
        width: 120px !important;
    }
    .nav-links li a{
        padding-left: 0px !important;
    }
  }
@media screen and (min-device-width: 768px) 
    and (max-device-width: 1024px) {
    .nav-links li a{
        font-size: 13px;
        letter-spacing: 0px;
    }
    .menu{
        margin-right: 0% !important;
    }
    .product_search h4{
        font-size: 24px;
    }
    .product_search_right h4{
        font-size: 19px;
    }
    .universal_product {
        margin-top: 0%;
    }
    .car_types .col-md-3{
        margin-top: 10%;
    }
    .banner {
        height: 700px;
    }
    .result_searching p{
        margin-top: 0px !important;
    }
}
@media screen and (min-device-width: 768px) 
    and (max-device-width: 991px){
    .login-container .card{
        margin-left: 21% !important;
        max-width: 65% !important;
    }
    .login-col{
        margin-top: 2% !important;
    }
    .login-row{
        display: flex;
        flex-direction: column-reverse;
    }
    .login-form{
        margin-top: 10%;
    }
    .desktop-logo {
        width: 120px !important;
    }
    .nav-links li a{
        padding-left: 74px !important;
    }
    .social-media{
        position: relative;
        top: 100px !important;
    }
    .social-media ul {
        display: flex;
        justify-content: flex-start !important;
    }
}
@media (max-width: 790px) {
    .nav-links li a{
        font-size: 10px;
        letter-spacing: 0px;
    }
    nav .nav-bar .sidebarOpen{
        display: block;
    }
    .desktop-logo{
        display: none;
    }
    .menu{
        position: fixed;
        height: 100%;
        width: 250px;
        left: -100%;
        top: 0;
        margin-right: 0%;
        padding: 20px;
        background-color: #1a2127;
        z-index: 100;
        transition: all 0.4s ease;
    }
    nav.active .menu{
        left: -0%;
    }

    nav.active .nav-bar .navLogo a{
        opacity: 0;
        transition: all 0.3s ease;
    }

    .menu .logo-toggle{
        display: block;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .logo-toggle .siderbarClose{
        color: #fff;
        font-size: 24px;
        cursor: pointer;
    }

    .nav-bar .nav-links{
        flex-direction: column;
        padding-top: 30px;
        padding-left: 0px;
    }

    .nav-links li a{
        display: block;
        margin-top: 20px;
        color: #fff;
        font-size: 14px;
    }
    .product_search .card{
        width: 97%;
    }
    .universal_product {
        margin-top: 0%;
    }
    .product_search_right .card p {
        font-size: 13px;
    }
    .product_search .card {
        border: 1px solid #fff;
        padding: 25px;
    }
    .car_types .col-md-3{
        margin-top: 10%;
    }
    .banner {
        height: 700px;
    }
    .result_searching p{
        margin-top: 0px !important;
    }
    .input_result [class*="col-"] {
        width: 50%;
        margin-top: 3%;
    }
}
@media (max-width: 600px) {
    .product_search h4 {
        font-size: 21px;
    }
    .product_search_right h4 {
        font-size: 13px;
    }
    .product_search_right .card {
        width: 93%;
        padding: 19px;
        margin-left: 8%;
        margin-top: -20px;
    }
    .product_search_right .card p {
        font-size: 12px;
    }
    .part_number input {
        width: 56%;
    }
    .universal_product {
        margin-top: 0%;
    }
    .universal input{
        width: 57%;
    }
    .mb-10 {
        margin-top: 0%;
    }
    .mobile-gap{
        margin-top: 10%;
    }
    .car_types .col-md-3{
        margin-top: 10%;
    }
    .banner {
        height: 700px;
    }
    .result_searching p{
        margin-top: 0px !important;
    }
    .input_result [class*="col-"] {
        width: 50%;
        margin-top: 3%;
    }
}
@media (max-width: 500px) {
    .product_search h4 {
        font-size: 21px;
    }
    .product_search_right h4 {
        font-size: 13px;
    }
    .product_search_right .card {
        width: 93%;
        padding: 19px;
        margin-left: 8%;
        margin-top: -20px;
    }
    .product_search_right .card p {
        font-size: 12px;
    }
    .part_number input {
        width: 55%;
    }
    .universal_product {
        margin-top: 0%;
    }
    .universal input{
        width: 56%;
    }
    .mb-10 {
        margin-top: 0%;
    }
    .mobile-gap{
        margin-top: 10%;
    }
    .car_types .col-md-3{
        margin-top: 10%;
    }
    .banner {
        height: 700px;
    }
    .result_searching p{
        margin-top: 0px !important;
    }
    .input_result [class*="col-"] {
        width: 100%;
        margin-top: 3%;
    }
}
@media screen and (min-device-width: 577px) 
    and (max-device-width: 767px){
        .product_button {
            margin-left: auto !important;
            width: 21% !important;
            padding: 0px !important;
        }
        .product_details {
            width: 52% !important;
        }
        .img-display {
            overflow: hidden;
            padding-top: 20px;
            width: 28% !important;
            position: relative;
            left: 35% !important;
        }
    }
    @media screen and (min-device-width: 540px) 
    and (max-device-width: 767px){
    .login-container .card{
        margin-left: 21% !important;
        max-width: 65% !important;
    }
    .login-col{
        margin-top: 2% !important;
    }
    .login-row{
        display: flex;
        flex-direction: column-reverse;
    }
    .login-form{
        margin-top: 10%;
    }
    footer .menu-item {
        width: 50% !important;
    }
    .social-media{
        position: relative;
        top: 100px !important;
    }
    
}
@media screen and (min-device-width: 992px) 
    and (max-device-width: 1199px){
        .social-media{
            position: relative;
            top: 75px !important;
        }
        .social-media ul {
            display: flex;
            justify-content: flex-start !important;
        }

    }
@media screen and (min-device-width: 300px) 
    and (max-device-width: 991px){
      .product_col{
        padding-top: 10%;
      }
     .sience {
        margin-top: 0% !important;
     }
    }
    @media screen and (min-device-width: 585px) 
    and (max-device-width: 991px){
        #slide-wrapper {
            max-width: 100% !important;
        }
        .image-size {
            width: 25% !important;
            position: relative;
            left: 34% !important;
        }
     .sience {
        margin-top: 0% !important;
     }
    }
    @media screen and (max-width: 539px) {
        .product_image{
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            align-items: center;
            margin-bottom: 20px;
            width: 100% !important;
        } 
         .main_product img {
            max-width: 100% !important;
            max-height: 100% !important;
        }
        .main_product img{
            max-width: 100% !important;
        }
        .main_product{
            display: block !important;
        }
        .product_button{
            width: 100% !important;
        }
        .product_details{
            width: 100% !important;
        }
        .description{
            display: block !important;
        }
        .des-details p {
            margin-left: 30px !important;
        }
        .des-details{
            top: 0px !important;
        }
        .video-download{
            display: block !important;
        }
        .video{
            width: 100% !important;
        }
        .download{
            width: 100% !important;
        }
        .img-display {
            overflow: hidden;
            padding-top: 20px;
            width: 31% !important;
            position: relative;
            left: 34% !important;
        }
        .image-size {
            width: 33% !important;
            position: relative;
            left: 33% !important;
        }
        .login-container .card{
            margin-left: 0% !important;
        }
        .login-col{
            margin-top: 2% !important;
        }
        .login-row{
            display: flex;
            flex-direction: column-reverse;
        }
        .login-form{
            margin-top: 10%;
        }
        footer .menu-item{
            width: 100% !important;
        }
        .social-media{
            position: relative;
            top: 102px;
        }
    }
/* Mobile View query*/


/*  product section */

.product_flex .traingle{

    border: 15px solid #000;
    background: #000;
}
.product_flex .traingle:hover{
    border: 15px solid #0094d8;
    background-color: #0094d8;
}
.product_flex [class*="col-"] {
    height: 100%;
}
.product_flex .traingle::before {
    width: 53px;
    height: 0;
    border-style: solid;
    border-width: 42px 50px 0 0;
    border-color: white transparent transparent transparent;
    content: '';
    display: block;
    bottom: 0px;
    right: 0px;
    transform: rotate(180deg);
    position: absolute;
    z-index: 0;
}
.product_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-evenly;
    z-index: 999;
    position: relative;
    bottom: 40px;
}
.img_opactiy img{
    opacity: 1 !important;
}
.img_opactiy {
background-color: #000000 !important;
padding-bottom: 1px !important;
}
.product_name{
    position: relative;
    top: 10px;
}
.product_name h4{
    color: #fff;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 0px !important;
    padding-right: 5px;
    margin-top: 0px !important;
}
.product_name p{
    color: #fff;
    font-size: 16px;
    padding: 0px 16px 0px 16px;
}
.traingle button{
    display: none;
    position: relative;
    top: 17px;
    padding: 10px 15px 10px 15px;
    border: none;
    background: #ffdc00;
    font-weight: bold;
    font-size: 14px;
}
.traingle:hover button{
    display: inline-block;
        /* position: absolute;
    margin-top: 23%;
    margin-left: -23%; */
}
.product_flex .traingle:not(:hover)::before{
    content: '';
}
/* .traingle:hover .first{
    display: inline-block;
    position: relative;
    margin-top: 0;
    margin-left: 0px;
} */
hr {
margin-top: 20px;
margin-bottom: 0px !important   ;
border: 0;
border-top: 10px solid #ffdc00;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex h3{
    margin: 0px;
    background: #0094d8;
    padding: 8px;
    color: #fff;
    position: relative;
    bottom: 26px;
    font-size: 25px;
    text-transform: uppercase;
}
.flex h4{
    margin: 0px;
    background: #000000;
    padding: 8px;
    color: #fff;
    position: relative;
    bottom: 26px;
    font-size: 25px;
    text-transform: uppercase;
}
.pad{
    background: #4f5459;
    padding-top: 5%;
    padding-bottom: 5%;
}
.flex p{
    margin-top: 10px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}
.sub_flex p{
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
}
.img_bg{
    background-color: #fff;
}
/*  product section */


/* result page  */

.pad_top{
    padding-top: 5%;
}
.search_result .product_search_right{
    padding-right: 10%;
}
.search_result_banner{
    background: url(../assets/banner.png);
    height: 385px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.input_result{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.m_top{
    margin-top: 20px;
}
.result_searching {
    margin-top: -37px;
}
.result_searching h5{
    font-size: 28px;
    background: #0194d9;
    display: inline-flex;
    padding: 11px;
    color: #fff;
    font-weight: 600;
    margin-left: 3%;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.result_searching p{
    margin-left: 15%;
    margin-bottom: 0px !important;
    margin-top: -20px;
    font-size: 16px;
    color: #fddc02;
}
.result_searching i{
    color: #fff;
}
.car_search_result{
    background-color: #1a2127;
}
.search-banner{
    position: relative;
    border-bottom: 10px solid #fddc02;
    z-index: 1;
}
.result_pad{
    padding: 19px;
}
.result_pad .dropdowns select{
    background-color: #f0f0f0;
}
.result_ans p{
    padding-left: 4%;
    padding-top: 13px;
    font-size: 18px;
    color: #fff;
}
.result_ans span{
    color: #ffdc00;
}
.main_product{
    display: flex;
}
.main_product img{
    width: 90px;
}
.product_image{
    display: flex;
    width: 25%;
    max-height: 100%;
    align-items: center;
    justify-content: center;
}
.product_details {
    width: 57%;
}
.product_details h4{
    font-size: 21px;
    color: #00b9f2;
}
.product_details p{
    margin: 0px !important;
    font-size: 19px;
    font-weight: bold;
}
.product_details ul{
    list-style-type: none;
    padding-left: 10px;
}
.product_details ul li{
    font-size: 19px;
    font-weight: bold;
}
.product_button {
    margin-left: auto;
    width: 24%;
}
.product_button button{
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 12px;
    border: none;
    padding-right: 12px;
    background-color: #fddc02;
    color: #2c2e36;
    font-size: 18px;
    text-transform: uppercase;
}
.product_line{
    margin-top: 30px;
    margin-bottom: 50px !important;
    border-top: 2px solid #000000;
}
.read_more button{
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 12px;
    border: none;
    padding-right: 12px;
    background-color: #fddc02;
    color: #2c2e36;
    font-size: 24px;
}
.read_more_line{
    margin-top: 30px;
    margin-bottom: 50px !important;
    border-top: 1px solid #000000;
}
.accordion-toggle:after {
    font-family: FontAwesome;
    content: "\f068";
    float: right;
    font-size: 10px;
    font-weight: 500;
    padding: 1px 3px;
    color: #696868;
    line-height: 2;
}
.accordion-toggle.collapsed:after {
    content: "\f067";
}
.panel-title{
    text-transform: uppercase;
    font-size: 14px !important;
}
.panel-body p{
    border-bottom: 1px solid #a09b9b;
    padding-bottom: 7px;
    color: #000;
    padding-left: 20px;
    font-size: 14px;
}
.panel-body a{
    color: #000;
    text-decoration: none !important;
    cursor: pointer;
}
.panel-body a:hover{
    color: #0194d9;
}
.clear_all button{
    width: 71%;
    padding: 7px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 15px;
}
.sience {
    margin-top: 25%;
}
/*  result end  */

/*  Product Details end  */
.cart_product_name {
    display: inline-block;
}
.cart_product_name h4{
    font-size: 28px;
    background: #0094d8;
    padding: 5px 9px;
    color: #fff;
    font-weight: 100;
}
.cart_product_details{
    padding-left: 29px;
}
.cart_product_details p{
    margin: 0px !important;
    font-size: 19px;
    font-weight: bold;
}
.cart_product_details ul{
    list-style: none;
    position: relative;
    right: 37px;

}
.cart_product_details li{
    font-size: 19px;
}
.cart_product_details hr{
    margin-top: 20px;
    margin-bottom: 0px !important;
    border: 0;
    border-top: 1px solid #000000;
}
.description{
    display: flex;
    align-items: baseline;
}
.description_title{
    display: inline-block;
}
.description_title h4{
    margin-top: 0px;
    font-size: 19px;
    background: #0094d8;
    padding: 5px 9px;
    color: #fff;
    font-weight: 100;
}
.des-details{
        position: relative;
        top: 12px;
}
.des-details p{
    margin-left: 14px;
    font-size: 17px;
}
.des-hr{
    margin-top: 20px;
    margin-bottom: 0px !important;
    border: 0;
    border-top: 1px solid #000000;
}
.video-download{
    padding-top: 20px;
    display: flex;
    justify-content: flex-start;
}
.video{
    width: 51%;
}
.download{
    margin-left: auto;
    width: 43%;
}
.download p{
    color: #0094d8;
    
}
.download p i{
    color: #000;
}
#featured{
    width: 82%;
    /* max-height: 600px; */
    /* object-fit: cover; */
    cursor: pointer;

}
.thumbnail{
    object-fit: cover;
    /* width: 100%; */
    height: 249px;
    cursor: pointer;
    opacity: 0.5;
    margin: 5px;
    border: none !important;
    box-shadow: none !important;
}
.thumbnail:hover{
    opacity:1;
}
#slider .active{
    opacity: 1;
}
#slide-wrapper{
    /* max-width: 500px;
    display: flex;
    min-height: 100px;
    align-items: center; */
}
/* #slider{
    align-items: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
} */
.image-size{
    width: 44%;
    position: relative;
    left: 85px;
}
.product_details_page hr{
    margin-top: 20px;
    /* margin-bottom: 20px !important; */
    border: 0;
    border-top: 1px solid #000000;
}
/*  Product Details end  */

/* slick slider */

.slick-list {
    max-width: 700px;
    margin: 0 auto;
}
.slick-list .slick-slide {
    padding: 0px 35px;
    line-height: 2;
}
.slick-arrow {
    z-index: 1;
    width: 40px;
    height: 40px;
}

.slick-arrow:before {
    font-size: 30px;
}
.slick-next{
  right: 15px !important;
}
.slick-prev{
  left: 15px !important;
}
.slick-next:before, .slick-prev:before{
    color: #fff;
    font-size: 16px !important;
    background: #323e48;
    padding: 6px;
    border-radius: 33px;
}

.btn-wrap {
    text-align: center;
    width: 100%;
}

/* slick slider */

/* login */
.img-width{
    width: 38%;
}

.login-container .card{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
            0 10px 10px rgba(0,0,0,0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;
    margin-top: 8%;
    margin-left: 18%;
}
.bg-color{
    background-color: #323e48;
    height: 480px;
}
.logo-flex{
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    margin: auto;
}
.login-form{
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
    margin-top: 30%;
}
.login-form input{
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
}
.login-form button{
    border-radius: 20px;
    border: 1px solid #323e48;
    background-color: #323e48;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    margin-top: 14px;
}
.login-container .angles img{
    height: 30%;
    width: auto;
    position: relative;
    top: 72%;
}
.login-container .angles{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
/* login */


@media only screen and (max-width: 767px){
    .car_search_result .fil-sec select{
        padding: 5px 19px !important;
    }
    .car_search_result .filter-body{
        display: block;
    }
}
@media only screen and (max-width: 767px){
   .banner .mb-10{
        margin-top: 0px;
    }
}
@media only screen and (max-width:600px){
    .banner .mobile-gap {
        margin-top: 0%;
    }
}
@media (max-width: 539px){
    .banner .mobile-gap {
        margin-top: 0%;
    }
    .site-inner footer .menu-item:nth-child(n+1){
        margin-top: 6px;
    }
    .site-inner footer .menu-item:nth-child(n+3) {
        margin-top: 0px;
    }
    .site-inner .social-media {
        position: relative;
        top: 96px;
    }    
}
 
.nav-bar .nav-links li a {
    padding-left: 47px;
}
footer ul{
    display:flex;
    justify-content:space-between;
}
.site-inner .menu-item{
    width:auto;
}
.site-inner .menu-item:nth-child(n+3){
    margin-top:0px;
}
.search-banner{
    z-index: auto !important;
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\f0d8";
}
.panel-heading .accordion-toggle.collapsed:before {
    content: "\f0d7";
}

.apa-select-wrapper:before {
    /*content:"\f107";*/
    content: "\f0d7";
    font-family:"FontAwesome";
    position: absolute;
    color: #000000;
    top: 6px;
    font-size:20px;
    padding: 0px;
    right: 25px;
    z-index:99;
}
@media only screen and (min-width: 767px) and (max-width: 991px){
    .apa-select-wrapper{
        width: 50% !important;
    }
}

@media only screen and (max-width: 1250px) {
    footer ul {
            display: block;  
        }
}
@media only screen and (max-width: 600px){
            footer .menu-item:nth-child(n+1) {
                margin-top: 0px;
            }
        }
@media only screen and (max-width: 767px){
    .fil-sec select{
        padding: 5px 19px !important;
    }
    .filter-body{
        display: block !important;
    }
}

.accordion-toggle:after {
    font-family: FontAwesome;
    content: "\f0d7" !important;
    float: right;
    font-size: 14px;
    font-weight: 500;
    padding: 1px 3px;
    color: #696868;
    line-height: 2;
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\f0d8" !important;
}


@media only screen and (min-width: 767px) and (max-width: 991px){
    .banner .mb-10{
        margin-top: 0px;
    }
 
}

.data_filter a.lia{
    text-align: center;
    background: #fff;
    padding: 10px !important;
    border: 1px solid #4a4949;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 15px !important;
    margin: 0px 10px 10px 10px;
}